ApiService

public interface ApiService

This interface defines the REST endpoints to contact to get important data for the correct operation of the app. All the requests made are GET ones.

Functions

getCertStatus
Link copied to clipboard
@GET(value = signercertificate/status)
abstract Response<List<String>> getCertStatus()
getCertUpdate
Link copied to clipboard
@GET(value = signercertificate/update)
abstract Response<ResponseBodygetCertUpdate(@Header(value = x-resume-tokenString contentRange)
getCRLStatus
Link copied to clipboard
@GET(value = drl/check)
abstract Response<ResponseBodygetCRLStatus(@Query(value = versionLong version)
getRevokeList
Link copied to clipboard
@GET(value = drl)
abstract Response<ResponseBodygetRevokeList(@Query(value = versionLong version, @Query(value = chunkLong chunk)
getValidationRules
Link copied to clipboard
@GET(value = settings)
abstract Response<ResponseBodygetValidationRules()